Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim instance As New Option(buffer, offset, count) |
Parameters
- buffer
- Contains option data.
- offset
- Contains the offset into buffer.
- count
- Contains the option data count.
This constructor creates a new instance of Option with State set to OptionState.Off.
Target Platforms: Microsoft .NET Framework 2.0